vendor/golang.org/x/text/unicode/norm.nfcTrie.lookupValue (method)

13 uses

	vendor/golang.org/x/text/unicode/norm (current package)
		tables15.0.0.go#L2798: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L2814: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L2836: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L2851: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L2855: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L2859: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L2883: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L2899: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L2921: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L2936: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L2940: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L2944: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L2957: func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {